Left Function
Returns the first n characters in a source String.
Syntax
result = Left( source, count )
result = stringVariable.Left( count )
Parameters | ||
source |
The source string from which to get the characters. |
|
count |
The number of characters you wish to get from source. If count is greater than the number of characters in source, all characters are returned. |